home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.html;
-
- import javax.swing.text.MutableAttributeSet;
- import javax.swing.text.SimpleAttributeSet;
- import javax.swing.text.html.HTML.Tag;
-
- public class HTMLDocument$HTMLReader$IsindexAction extends HTMLDocument.HTMLReader.TagAction {
- // $FF: synthetic field
- private final HTMLDocument.HTMLReader this$1;
-
- public HTMLDocument$HTMLReader$IsindexAction(HTMLDocument.HTMLReader var1) {
- super(var1);
- this.this$1 = var1;
- }
-
- public void start(HTML.Tag var1, MutableAttributeSet var2) {
- this.this$1.blockOpen(Tag.IMPLIED, new SimpleAttributeSet());
- this.this$1.addSpecialElement(var1, var2);
- this.this$1.blockClose(Tag.IMPLIED);
- }
- }
-